Skip to content

Leo#25

Open
leonplaza wants to merge 1 commit intoIronhack-data-bcn-oct-2023:mainfrom
leonplaza:main
Open

Leo#25
leonplaza wants to merge 1 commit intoIronhack-data-bcn-oct-2023:mainfrom
leonplaza:main

Conversation

@leonplaza
Copy link
Copy Markdown

No description provided.

@sh-ih
Copy link
Copy Markdown

sh-ih commented Nov 2, 2023

Great job on this lab.

In question 4. Get 10 the longest movies from 2006, you need to order by length, not by rental_duration:

SELECT title, length FROM film
	WHERE release_year = 2006 
	ORDER BY length DESC
	LIMIT 10;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants